home *** CD-ROM | disk | FTP | other *** search
- /*
- * Functions used so far in AmiPilot
- *
- */
-
- /* Points.c */
- init_explosion
- add_exhaust
- add_bullets
- add_explosion
- update_points
-
- /* Ship.c */
- update_ship
- init_ship
-
- /* Lists.c */
- init_points
- alloc_point
- free_point
-
- /* Misc.c */
- myWritePixel
-
- /* Input.c */
- handleIDCMP
-
- /* Main.c */
- init_display
- main
- cleanExit
-